home *** CD-ROM | disk | FTP | other *** search
/ 10,000 Great Games / 10,000 Great Games.iso / Product / 66 / data1.cab / Source_Files / Src / TurretDlg.h < prev    next >
C/C++ Source or Header  |  2000-01-16  |  878b  |  41 lines

  1. #if !defined(AFX_TURRETDLG_H__8D3C5C21_B639_11D2_BA8E_B81709C3CE1B__INCLUDED_)
  2. #define AFX_TURRETDLG_H__8D3C5C21_B639_11D2_BA8E_B81709C3CE1B__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif
  7.  
  8. class CTurretDlg : public CDialog
  9. {
  10. public:
  11.     CTurretDlg(cTurret *turret, CWnd* pParent = NULL);
  12.  
  13.     cTurret *turret;
  14.  
  15. // Dialog Data
  16.     //{{AFX_DATA(CTurretDlg)
  17.     enum { IDD = IDD_TURRET_PROPS };
  18.     CSliderCtrl    m_Delay;
  19.     CSliderCtrl    m_Rotation;
  20.     int        m_Armor;
  21.     int        m_From;
  22.     int        m_To;
  23.     //}}AFX_DATA
  24.  
  25.     //{{AFX_VIRTUAL(CTurretDlg)
  26.     protected:
  27.     virtual void DoDataExchange(CDataExchange* pDX);
  28.     //}}AFX_VIRTUAL
  29.  
  30. protected:
  31.     //{{AFX_MSG(CTurretDlg)
  32.     virtual BOOL OnInitDialog();
  33.     virtual void OnOK();
  34.     //}}AFX_MSG
  35.     DECLARE_MESSAGE_MAP()
  36. };
  37.  
  38. //{{AFX_INSERT_LOCATION}}
  39.  
  40. #endif // !defined(AFX_TURRETDLG_H__8D3C5C21_B639_11D2_BA8E_B81709C3CE1B__INCLUDED_)
  41.